From: Colin Walters Date: Thu, 10 Jul 2025 11:24:06 +0000 (-0400) Subject: Merge pull request #3310 from igoropaniuk/boot_count X-Git-Tag: archive/raspbian/2025.7-2+rpi1^2^2~6^2~4^2~1 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https://%22%22/%22http:/www.example.com/cgi/%22https:/%22%22?a=commitdiff_plain;h=f4bc4223dfba3af6ba38c3f2a77aa93625b24f58;p=ostree.git Merge pull request #3310 from igoropaniuk/boot_count sysroot: Support boot counting for boot entries --- f4bc4223dfba3af6ba38c3f2a77aa93625b24f58 diff --cc src/libostree/ostree-sysroot-deploy.c index f2edef8e,740bc69f..18be5620 --- a/src/libostree/ostree-sysroot-deploy.c +++ b/src/libostree/ostree-sysroot-deploy.c @@@ -37,9 -38,9 +38,10 @@@ #endif #include "libglnx.h" + #include "ostree-bootconfig-parser-private.h" #include "ostree-core-private.h" #include "ostree-deployment-private.h" +#include "ostree-kernel-args-private.h" #include "ostree-linuxfsutil.h" #include "ostree-repo-private.h" #include "ostree-sepolicy-private.h"